home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / DefineButton2_152 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  127b  |  9 lines

  1. on(release){
  2.    if(points >= lifePrice2)
  3.    {
  4.       lives++;
  5.       points -= lifePrice2;
  6.       lifePrice2 *= 2;
  7.    }
  8. }
  9.